Function InitDispatchsToEventLoop

Source
pub unsafe extern "C" fn InitDispatchsToEventLoop(
    cx: *mut JSContext,
    callback: DispatchToEventLoopCallback,
    delayedCallback: DelayedDispatchToEventLoopCallback,
    closure: *mut c_void,
)