pub fn vlq_decode(bytes: &[u8]) -> Result<u64, IpcError>
Decodes a VLQ (Variable-Length Quantity) encoded byte slice into an integer.