pub type PFN_vkGetMemoryZirconHandlePropertiesFUCHSIA = unsafe extern "system" fn(_device: Device, _handle_type: ExternalMemoryHandleTypeFlags, _zircon_handle: zx_handle_t, _memory_zircon_handle_properties: *mut MemoryZirconHandlePropertiesFUCHSIA) -> Result;
Expand description