pub type PFN_vkCreateBufferView = unsafe extern "system" fn(device: Device, p_create_info: *const BufferViewCreateInfo<'_>, p_allocator: *const AllocationCallbacks<'_>, p_view: *mut BufferView) -> Result;