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