MLAllocatorUPP

Type Alias MLAllocatorUPP 

Source
pub type MLAllocatorUPP = WSAllocatorProcPtr;

Aliased Type§

pub enum MLAllocatorUPP {
    None,
    Some(unsafe extern "C" fn(u64) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u64) -> *mut c_void)

Some value of type T.