pub unsafe extern "C" fn xcb_xkb_get_map_unchecked(
c: *mut xcb_connection_t,
deviceSpec: xcb_xkb_device_spec_t,
full: u16,
partial: u16,
firstType: u8,
nTypes: u8,
firstKeySym: xcb_keycode_t,
nKeySyms: u8,
firstKeyAction: xcb_keycode_t,
nKeyActions: u8,
firstKeyBehavior: xcb_keycode_t,
nKeyBehaviors: u8,
virtualMods: u16,
firstKeyExplicit: xcb_keycode_t,
nKeyExplicit: u8,
firstModMapKey: xcb_keycode_t,
nModMapKeys: u8,
firstVModMapKey: xcb_keycode_t,
nVModMapKeys: u8
) -> xcb_xkb_get_map_cookie_t