AILIA_USER_API_FTELL typedef
~japanese @brief ファイルの現在位置を取得します @param void * ユーザ定義ファイルポインタ @return 成功した場合、ファイルポインタの位置をバイト単位で返す。 失敗した場合、-1を返す。
~english @brief Gets the current position in the file. @param void * A user-defined file pointer @return This function returns the position, in bytes, the file pointer points to if successful. It returns -1 if it fails.
Implementation
typedef AILIA_USER_API_FTELL = ffi
.Pointer<ffi.NativeFunction<ffi.LongLong Function(ffi.Pointer<ffi.Void>)>>;