pub type TidyPanic = Option<unsafe extern "C" fn(mssg: ctmbstr)>;
Callback for out of memory panic state
pub enum TidyPanic { None, Some(unsafe extern "C" fn(*const i8)), }
No value.
Some value of type T.
T