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