pub unsafe extern "C" fn gtk_tree_view_convert_bin_window_to_widget_coords(
    tree_view: *mut GtkTreeView,
    bx: c_int,
    by: c_int,
    wx: *mut c_int,
    wy: *mut c_int
)