pub unsafe extern "C" fn gdk_display_warp_pointer(
    display: *mut GdkDisplay,
    screen: *mut GdkScreen,
    x: c_int,
    y: c_int
)