Future<Value> myValueToValue({required MyValue myValue, dynamic hint}) => RustLib.instance.api.myValueToValue(myValue: myValue, hint: hint);