String greet({required String name, dynamic hint}) => RustLib.instance.api.crateApiSimpleGreet(name: name, hint: hint);