pub unsafe extern "C" fn g_tree_search(
    tree: *mut GTree,
    search_func: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>,
    user_data: *const c_void
) -> *mut c_void