pub type pRENDERDOC_GetAPIVersion = Option<unsafe extern "C" fn(major: *mut c_int, minor: *mut c_int, patch: *mut c_int)>;
pub enum pRENDERDOC_GetAPIVersion { None, Some(unsafe extern "C" fn(*mut i32, *mut i32, *mut i32)), }
No value.
Some value of type T.
T