Function SetUpEventLoopDispatch

Source
pub unsafe extern "C" fn SetUpEventLoopDispatch(
    cx: *mut JSContext,
    callback: Option<unsafe extern "C" fn(*mut c_void, *mut DispatchablePointer) -> bool>,
    closure: *mut c_void,
)