pub type PFN_vkBindBufferMemory2 = unsafe extern "system" fn(_device: Device, _bind_info_count: u32, _bind_infos: *const BindBufferMemoryInfo) -> Result;
Expand description