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