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