pub type pRENDERDOC_SetCaptureKeys = Option<unsafe extern "C" fn(keys: *mut RENDERDOC_InputButton, num: c_int)>;
enum pRENDERDOC_SetCaptureKeys { None, Some(unsafe extern "C" fn(_: *mut u32, _: i32)), }
No value.
Some value of type T.
T