Type Alias classicube_sys::Event_Chat_Callback
source · pub type Event_Chat_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, msg: *const cc_string, msgType: c_int)>;
Aliased Type§
enum Event_Chat_Callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const cc_string_, _: i32)),
}