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