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

Aliased Type§

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.