pub type TheTruthCreateTypesI = Option<unsafe extern "C" fn(tt: *mut TheTruthO)>;
pub enum TheTruthCreateTypesI { None, Some(unsafe extern "C" fn(*mut TheTruthO)), }
No value.
Some value of type T.
T