pub type PFN_vkAllocationFunction = Option<unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: SystemAllocationScope) -> *mut c_void>;
Expand description
Aliased Type§
enum PFN_vkAllocationFunction {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: SystemAllocationScope) -> *mut c_void),
}