pub type PFN_vkDeviceWaitIdle = unsafe extern "system" fn(_device: Device) -> Result;
Expand description