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