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