pub type TidyFree = Option<unsafe extern "C" fn(buf: *mut c_void)>;
Callback for free replacement
free
pub enum TidyFree { None, Some(unsafe extern "C" fn(*mut c_void)), }
No value.
Some value of type T.
T