pub type SubGhzGetString = Option<unsafe extern "C" fn(decoder: *mut c_void, output: *mut FuriString)>;
pub enum SubGhzGetString { None, Some(unsafe extern "C" fn(*mut c_void, *mut FuriString)), }
No value.
Some value of type T.
T