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