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