pub fn read_i64(buf: &mut &[u8]) -> JdwpResult<i64>
Read an i64
Returns a JdwpError if the buffer does not contain enough bytes or is malformed.
JdwpError