pub unsafe fn JS_GetPromiseResult(
    promise: HandleObject<'_>,
    dest: &mut MutableHandleValue<'_>
)