pub unsafe extern "C" fn g_node_copy_deep(
    node: *mut GNode,
    copy_func: Option<unsafe extern "C" fn(_: *const c_void, _: *mut c_void) -> *mut c_void>,
    data: *mut c_void
) -> *mut GNode