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