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