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