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