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_)),
}
pub type FP_Chat_Add = Option<unsafe extern "C" fn(text: *const cc_string)>;
enum FP_Chat_Add {
None,
Some(unsafe extern "C" fn(_: *const cc_string_)),
}