Type Definition FilePtr64
binrw
type FilePtr64<T> = FilePtr<u64, T>;
A type alias for FilePtr with 64-bit offsets.
FilePtr