pub async fn get_selection_create_context<Conn>(
    conn: &Conn
) -> Result<Cookie<'_, Conn, GetSelectionCreateContextReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,