man sc_der_copy (Fonctions bibliothèques) - Copy a DER structure
NAME
sc_der_copy - Copy a DER structure
SYNOPSIS
#include <opensc.h>
void sc_der_copy(sc_pkcs15_der_t *dst, const sc_pkcs15_der_t *src);
DESCRIPTION
This function copies the OpenSC DER structure pointed to by src todst, which must point to enough space to hold this structure.