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