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