pub fn xi_change_property<'c, 'input, Conn, A>(
conn: &'c Conn,
deviceid: A,
mode: PropMode,
property: Atom,
type_: Atom,
num_items: u32,
items: &'input XIChangePropertyAux,
) -> Result<VoidCookie<'c, Conn>, ConnectionError>