pub type avr_cmd_handler_t = Option<unsafe extern "C" fn(avr: *mut avr_t, v: u8, param: *mut c_void) -> c_int>;
pub enum avr_cmd_handler_t { None, Some(unsafe extern "C" fn(*mut avr_t, u8, *mut c_void) -> i32), }
No value.
Some value of type T.
T