Type Definition FilePtr16
binrw
type FilePtr16<T> = FilePtr<u16, T>;
A type alias for FilePtr with 16-bit offsets.
FilePtr