pub async fn get_histogram_parameteriv<Conn>(
    conn: &Conn,
    context_tag: ContextTag,
    target: u32,
    pname: u32
) -> Result<Cookie<'_, Conn, GetHistogramParameterivReply>, ConnectionError>where
    Conn: RequestConnection + ?Sized,