RTL_AVL_FREE_ROUTINE

Type Alias RTL_AVL_FREE_ROUTINE 

pub type RTL_AVL_FREE_ROUTINE = Option<unsafe extern "system" fn(table: *const RTL_AVL_TABLE, buffer: *const c_void)>;

Aliased Type§

pub enum RTL_AVL_FREE_ROUTINE {
    None,
    Some(unsafe extern "system" fn(*const RTL_AVL_TABLE, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const RTL_AVL_TABLE, *const c_void))

Some value of type T.