pub fn write_vht_operation<B: Appendable>(
    buf: &mut B,
    vht_op: &VhtOperation
) -> Result<(), FrameWriteError>