pub unsafe extern "C" fn view_dispatcher_set_navigation_event_callback(
    view_dispatcher: *mut ViewDispatcher,
    callback: Option<unsafe extern "C" fn(*mut c_void) -> bool>
)
Expand description

Set navigation event handler

Called on Input Short Back Event, if it is not consumed by view

@param view_dispatcher ViewDispatcher instance @param callback ViewDispatcherNavigationEventCallback instance