pub fn poly_fill_arc<'c, 'input, Conn>(
    conn: &'c Conn,
    drawable: Drawable,
    gc: Gcontext,
    arcs: &'input [Arc]
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,