[][src]Function glib_sys::g_tree_new_full

pub unsafe extern "C" fn g_tree_new_full(
    key_compare_func: GCompareDataFunc,
    key_compare_data: gpointer,
    key_destroy_func: GDestroyNotify,
    value_destroy_func: GDestroyNotify
) -> *mut GTree