pub(crate) unsafe fn xim_set_callback( xconn: &Arc<XConnection>, xim: XIM, field: *const c_char, callback: *mut XIMCallback, ) -> Result<(), XError>