Function g_tree_new

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