pub type SubGhzDecoderFeed = Option<unsafe extern "C" fn(decoder: *mut c_void, level: bool, duration: u32)>;
enum SubGhzDecoderFeed { None, Some(unsafe extern "C" fn(_: *mut c_void, _: bool, _: u32)), }
No value.
Some value of type T.
T