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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const cc_string_, _: i32))

Some value of type T.