pub const MAX_POINTER_SIZE: usize = 1024;
Pointer files must be smaller than this (per docs/spec.md). Inputs of this size or larger are not pointers.
docs/spec.md