int fseek( ffi.Pointer<FILE> __stream, int __off, int __whence, ) { return _fseek( __stream, __off, __whence, ); }