ffi.Pointer<ffi.Int8> strset( ffi.Pointer<ffi.Int8> _String, int _Value, ) { return (_strset_1 ??= _dylib.lookupFunction<_c_strset, _dart_strset>('strset'))( _String, _Value, ); }