int atol( ffi.Pointer<ffi.Int8> _String, ) { return (_atol ??= _dylib.lookupFunction<_c_atol, _dart_atol>('atol'))( _String, ); }