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