Type Alias MALLOC_FREE_STRUCT

Source
pub type MALLOC_FREE_STRUCT = _MALLOC_FREE_STRUCT;

Aliased Type§

struct MALLOC_FREE_STRUCT {
    pub pfnAllocate: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>,
    pub pfnFree: Option<unsafe extern "C" fn(_: *mut c_void)>,
}

Fields§

§pfnAllocate: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>§pfnFree: Option<unsafe extern "C" fn(_: *mut c_void)>