Function g_slist_copy_deep

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