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