pub type PFN_vkInternalAllocationNotification = Option<unsafe extern "system" fn(pUserData: *mut c_void, size: usize, allocationType: VkInternalAllocationType, allocationScope: VkSystemAllocationScope)>;Aliased Type§
pub enum PFN_vkInternalAllocationNotification {
None,
Some(unsafe extern "system" fn(*mut c_void, usize, u32, u32)),
}