pub unsafe extern "C" fn InitDispatchsToEventLoop(
cx: *mut JSContext,
callback: Option<unsafe extern "C" fn(*mut c_void, *mut u8) -> bool>,
delayedCallback: Option<unsafe extern "C" fn(*mut c_void, *mut u8, u32) -> bool>,
closure: *mut c_void,
)