pub unsafe fn create_buffer(
device: VkDevice,
create_info: &BufferCreateInfo<'_>,
allocation_callbacks: Option<&VkAllocationCallbacks>,
) -> Result<VkBuffer>pub unsafe fn create_buffer(
device: VkDevice,
create_info: &BufferCreateInfo<'_>,
allocation_callbacks: Option<&VkAllocationCallbacks>,
) -> Result<VkBuffer>