pub fn signed_encode(value: i64, buf: &mut [u8]) -> usize
Encode a i64 (signed) integer at a specific offset in the byte slice. Returns how many bytes were encoded.
i64