Future<(int, String)> extractIdentity({required String value, dynamic hint}) => RustLib.instance.api.extractIdentity(value: value, hint: hint);