pub unsafe extern "C" fn gdk_cursor_new_from_texture(
    texture: *mut GdkTexture,
    hotspot_x: c_int,
    hotspot_y: c_int,
    fallback: *mut GdkCursor
) -> *mut GdkCursor