pub unsafe fn bind_buffer_memory(
    allocator: Allocator,
    allocation: Allocation,
    buffer: Buffer
) -> VkResult<()>