PFN_vkInternalFreeNotification

Type Alias PFN_vkInternalFreeNotification 

Source
pub type PFN_vkInternalFreeNotification = Option<unsafe extern "system" fn(*mut c_void, usize, InternalAllocationType, SystemAllocationScope)>;
Expand description

Aliased Type§

pub enum PFN_vkInternalFreeNotification {
    None,
    Some(unsafe extern "system" fn(*mut c_void, usize, InternalAllocationType, SystemAllocationScope)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, usize, InternalAllocationType, SystemAllocationScope))

Some value of type T.