MemoryStatsPrintFunc

Type Alias MemoryStatsPrintFunc 

Source
pub type MemoryStatsPrintFunc = Option<unsafe extern "C-unwind" fn(context: MemoryContext, passthru: *mut c_void, stats_string: *const c_char, print_to_stderr: bool)>;

Aliased Type§

pub enum MemoryStatsPrintFunc {
    None,
    Some(unsafe extern "C-unwind" fn(*mut MemoryContextData, *mut c_void, *const i8, bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut MemoryContextData, *mut c_void, *const i8, bool))

Some value of type T.