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