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