pub type SubGhzDeserialize = Option<unsafe extern "C" fn(context: *mut c_void, flipper_format: *mut FlipperFormat) -> SubGhzProtocolStatus>;Aliased Type§
enum SubGhzDeserialize {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut FlipperFormat) -> i32),
}