int atoi( ffi.Pointer<ffi.Int8> _String, ) { return (_atoi ??= _dylib.lookupFunction<_c_atoi, _dart_atoi>('atoi'))( _String, ); }