pub unsafe extern "C" fn schedule(
    thread_safe_cb: *mut c_void,
    rust_callback: *mut c_void,
    complete: unsafe extern "C" fn(Local, Local, *mut c_void)
)
Expand description

Executes the given callback in the libuv main thread