pub unsafe extern "C" fn JS_GetPromiseResult(
    promise: Handle<*mut JSObject>,
    dest: MutableHandle<Value>
)