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