Type Alias classicube_sys::FP_Chat_AddOf

source ·
pub type FP_Chat_AddOf = Option<unsafe extern "C" fn(text: *const cc_string, msgType: c_int)>;

Aliased Type§

enum FP_Chat_AddOf {
    None,
    Some(unsafe extern "C" fn(_: *const cc_string_, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.