pub type PFN_vkGetDeviceProcAddr = unsafe extern "system" fn(_device: Device, _name: *const c_char) -> PFN_vkVoidFunction;
Expand description