pub fn checked_to_usize( value: u32, field: &'static str, ) -> Result<usize, BinaryLayoutError>
Converts a 32-bit offset/count value to usize with overflow checking.
usize