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