int strtol( ffi.Pointer<ffi.Char> _String, ffi.Pointer<ffi.Pointer<ffi.Char>> _EndPtr, int _Radix, ) { return _strtol( _String, _EndPtr, _Radix, ); }