pub unsafe extern "C" fn cbw_Application_dispatchDelayed(
app: *mut cbw_Application,
func: Option<unsafe extern "C" fn(*mut cbw_Application, *mut c_void)>,
user_data: *mut c_void,
milliseconds: u64,
) -> i32
Expand description
Executes the given closure after the specified delay.