pub async fn send_close<S: Sink<Frame, Error = WsError> + Unpin>( framed: &mut S, code: u16, reason: String) -> Result<(), WsError>