pub type wmem_printer_func = Option<unsafe extern "C" fn(data: *const c_void)>;
pub enum wmem_printer_func { None, Some(unsafe extern "C" fn(*const c_void)), }
No value.
Some value of type T.
T