Future<int> simpleAdderTwinNormal({required int a, required int b}) => RustLib.instance.api.crateApiSimpleSimpleAdderTwinNormal(a: a, b: b);