Function g_node_copy_deep

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