pub type PFN_vkGetInstanceProcAddr = unsafe extern "system" fn(_instance: Instance, _name: *const c_char) -> PFN_vkVoidFunction;
Expand description