Type Definition FilePtr8
binrw
type FilePtr8<T> = FilePtr<u8, T>;
A type alias for FilePtr with 8-bit offsets.
FilePtr