pub fn build_auth_user(user: &str, password: &str) -> Result<Frame, FrameError>
Build an AuthUser frame: [u16 user_len][user][password].
AuthUser
[u16 user_len][user][password]