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