pub type PFN_vkCreateRenderPass2 = unsafe extern "system" fn(device: Device, p_create_info: *const RenderPassCreateInfo2<'_>, p_allocator: *const AllocationCallbacks<'_>, p_render_pass: *mut RenderPass) -> Result;