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