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