pub fn try_be_i32(data: &[u8], off: usize) -> Option<i32>
Read a i32 at off; None if out of range. Never panics. Use when 0 must be distinguished from absent/truncated.
i32
off
None
0