pub unsafe fn MaybeFreezeCtorAndPrototype(
    cx: *mut JSContext,
    ctor: HandleObject<'_>,
    maybeProto: HandleObject<'_>
) -> bool