pub unsafe fn bind_buffer_memory2(
    allocator: Allocator,
    allocation: Allocation,
    allocation_local_offset: DeviceSize,
    buffer: Buffer,
    next: *const c_void
) -> VkResult<()>