Function pack_from_u64

Source
pub fn pack_from_u64<W: Write>(writer: &mut W, v: u64) -> Result<(), PackError>