pub unsafe extern "C" fn gdk_device_warp(
    device: *mut GdkDevice,
    screen: *mut GdkScreen,
    x: c_int,
    y: c_int
)