pub type PFN_vkWaitSemaphores = unsafe extern "system" fn(_device: Device, _wait_info: *const SemaphoreWaitInfo, _timeout: u64) -> Result;
Expand description