pub type pRENDERDOC_GetCaptureOptionF32 = Option<unsafe extern "C" fn(opt: RENDERDOC_CaptureOption) -> f32>;
enum pRENDERDOC_GetCaptureOptionF32 { None, Some(unsafe extern "C" fn(_: u32) -> f32), }
No value.
Some value of type T.
T