int strtol( ffi.Pointer<ffi.Char> __str, ffi.Pointer<ffi.Pointer<ffi.Char>> __endptr, int __base, ) { return _strtol( __str, __endptr, __base, ); }