pub type cwiid_err_t = Option<unsafe extern "C" fn(arg1: *mut cwiid_wiimote_t, arg2: *const c_char, ap: *mut __va_list_tag)>;Aliased Type§
pub enum cwiid_err_t {
None,
Some(unsafe extern "C" fn(*mut wiimote, *const i8, *mut __va_list_tag)),
}