Function SetUpEventLoopDispatch

Source
pub unsafe extern "C" fn SetUpEventLoopDispatch(
    cx: *mut JSContext,
    callback: RustDispatchToEventLoopCallback,
    closure: *mut c_void,
)