pub type SubGhzSetTx = Option<unsafe extern "C" fn() -> bool>;
pub enum SubGhzSetTx { None, Some(unsafe extern "C" fn() -> bool), }
No value.
Some value of type T.
T