pub type SysFont_RegisterCallback = Option<unsafe extern "C" fn(path: *const cc_string)>;
pub enum SysFont_RegisterCallback { None, Some(unsafe extern "C" fn(*const cc_string_)), }
No value.
Some value of type T.
T