pub type PFN_vkInternalFreeNotification = Option<unsafe extern "system" fn(p_user_data: *mut c_void, size: usize, allocation_type: InternalAllocationType, allocation_scope: SystemAllocationScope)>;
Expand description
Aliased Type§
pub enum PFN_vkInternalFreeNotification {
None,
Some(unsafe extern "system" fn(*mut c_void, usize, InternalAllocationType, SystemAllocationScope)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(*mut c_void, usize, InternalAllocationType, SystemAllocationScope))
Some value of type T
.