Type Definition FilePtr32
binrw
type FilePtr32<T> = FilePtr<u32, T>;
A type alias for FilePtr with 32-bit offsets.
FilePtr