Function g_list_copy_deep

pub unsafe extern "C" fn g_list_copy_deep(
    list: *mut GList,
    func: Option<unsafe extern "C" fn(*const c_void, *mut c_void) -> *mut c_void>,
    user_data: *mut c_void,
) -> *mut GList