pub fn write_vht_capabilities<B: Appendable>(
    buf: &mut B,
    vht_cap: &VhtCapabilities
) -> Result<(), FrameWriteError>