ffi.Pointer<ffi.Int8> strtok( ffi.Pointer<ffi.Int8> __s, ffi.Pointer<ffi.Int8> __delim, ) { return _strtok( __s, __delim, ); }