pub unsafe fn ReadableStreamCancel(
    cx: *mut JSContext,
    stream: HandleObject<'_>,
    reason: HandleValue<'_>
) -> *mut JSObject