pub fn parse_response_handle(data: &[u8]) -> Result<i64, VoltError>
Parse the handle from a response message.
Assumes the first byte is status and the next 8 bytes are the handle.