pub fn usize(buf: &[u8]) -> Result<(usize, &[u8]), Error>
Decode the given slice as usize.
usize
Returns the value and the remaining slice.