pub unsafe fn JS_PreventExtensions(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    result: *mut ObjectOpResult
) -> bool