Sets the file position to a specific byte offset. Takes a file handle and byte position (0-based). Returns nothing (void).
fileHandle
Int
pos
Int
; No example implemented yet