pub unsafe fn JS_SetImmutablePrototype(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    succeeded: *mut bool
) -> bool