pub type SubGhzProtocolDecoderBaseRxCallback = Option<unsafe extern "C" fn(instance: *mut SubGhzProtocolDecoderBase, context: *mut c_void)>;
Aliased Type§
pub enum SubGhzProtocolDecoderBaseRxCallback {
None,
Some(unsafe extern "C" fn(*mut SubGhzProtocolDecoderBase, *mut c_void)),
}