BOOL FastFileSeek(HFASTFILE pfe, int off, int how)
BOOL FastFileInit(LPSTR fname, int max_handles)
BOOL FastFileUnlock(HFASTFILE pfe, int off, int len)
LPVOID FastFileLock(HFASTFILE pfe, int off, int len)
BOOL FastFileRead(HFASTFILE pfh, LPVOID ptr, int size)
HFASTFILE FastFileOpen(LPSTR name)
BOOL FastFileClose(HFASTFILE pfe)
long FastFileTell(HFASTFILE pfe)