Type Alias classicube_sys::FP_Chat_Add

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.