pub type ViewNavigationCallback = Option<unsafe extern "C" fn(context: *mut c_void) -> u32>;
View navigation callback
context
next view id called from GUI thread
pub enum ViewNavigationCallback { None, Some(unsafe extern "C" fn(*mut c_void) -> u32), }
No value.
Some value of type T.
T