pub type PFN_vkCreateShadersEXT = unsafe extern "system" fn(device: Device, create_info_count: u32, p_create_infos: *const ShaderCreateInfoEXT<'_>, p_allocator: *const AllocationCallbacks<'_>, p_shaders: *mut ShaderEXT) -> Result;