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