pub type ViewDispatcherCustomEventCallback = Option<unsafe extern "C" fn(context: *mut c_void, event: u32) -> bool>;Expand description
Prototype for custom event callback
Aliased Type§
pub enum ViewDispatcherCustomEventCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, u32) -> bool),
}