Type Alias flipperzero_sys::SubGhzGetString
source · pub type SubGhzGetString = Option<unsafe extern "C" fn(decoder: *mut c_void, output: *mut FuriString)>;Aliased Type§
enum SubGhzGetString {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut FuriString)),
}