pub unsafe extern "C" fn xkb_keysym_to_utf8(
    keysym: xkb_keysym_t,
    buffer: *mut c_char,
    size: usize
) -> c_int