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