pub fn write_wmm_param<B: Appendable>(
    buf: &mut B,
    wmm_param: &WmmParam
) -> Result<(), BufferTooSmall>