pub type pRENDERDOC_GetAPI = Option<unsafe extern "C" fn(version: RENDERDOC_Version, outAPIPointers: *mut *mut c_void) -> c_int>;
enum pRENDERDOC_GetAPI { None, Some(unsafe extern "C" fn(_: u32, _: *mut *mut c_void) -> i32), }
No value.
Some value of type T.
T