pub type pRENDERDOC_GetAPI = Option<unsafe extern "C" fn(version: RENDERDOC_Version, outAPIPointers: *mut *mut c_void) -> c_int>;
Expand description
Aliased Type§
pub enum pRENDERDOC_GetAPI {
None,
Some(unsafe extern "C" fn(u32, *mut *mut c_void) -> i32),
}