pub fn write_frame_at(buf: &[u8], file: &File, at: u64) -> Result<usize>
Write a crc’d frame into the provided File at the given offset. Returns the number of bytes written in total, including the varint size and crc.
File