pub fn write_u64<W: Write>(
    w: &mut W,
    major: MajorKind,
    value: u64
) -> Result<()>
Expand description

Writes a u64 to a cbor encoded byte stream.