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