pub type FP_Commands_Register = Option<unsafe extern "C" fn(cmd: *mut ChatCommand)>;Aliased Type§
pub enum FP_Commands_Register {
None,
Some(unsafe extern "C" fn(*mut ChatCommand)),
}pub type FP_Commands_Register = Option<unsafe extern "C" fn(cmd: *mut ChatCommand)>;pub enum FP_Commands_Register {
None,
Some(unsafe extern "C" fn(*mut ChatCommand)),
}