Function g_tree_new_full

pub unsafe extern "C" fn g_tree_new_full(
    key_compare_func: Option<unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void) -> i32>,
    key_compare_data: *mut c_void,
    key_destroy_func: Option<unsafe extern "C" fn(*mut c_void)>,
    value_destroy_func: Option<unsafe extern "C" fn(*mut c_void)>,
) -> *mut GTree