Type Alias classicube_sys::FP_Chat_Send
source · pub type FP_Chat_Send = Option<unsafe extern "C" fn(text: *const cc_string, logUsage: cc_bool)>;
Aliased Type§
enum FP_Chat_Send {
None,
Some(unsafe extern "C" fn(_: *const cc_string_, _: u8)),
}