pub type OneWireSlaveCommandCallback = Option<unsafe extern "C" fn(command: u8, context: *mut c_void) -> bool>;
pub enum OneWireSlaveCommandCallback { None, Some(unsafe extern "C" fn(u8, *mut c_void) -> bool), }
No value.
Some value of type T.
T