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)),
}