pub unsafe extern "C" fn JS_GetClassPrototype(
    cx: *mut JSContext,
    key: JSProtoKey,
    objp: MutableHandle<*mut JSObject>
) -> bool