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