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