pub unsafe extern "C" fn g_tree_insert_node(
    tree: *mut GTree,
    key: gpointer,
    value: gpointer
) -> *mut GTreeNode
This is supported on crate feature v2_68 only.