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