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