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