pub unsafe fn RejectPromise(
    cx: *mut JSContext,
    promiseObj: HandleObject<'_>,
    rejectionValue: HandleValue<'_>
) -> bool