Type Alias 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.