sc_unlock - Unlock a card
#include <opensc.h> int sc_unlock(struct sc_card *card);
This function unlocks card. That is, the lock count is decreased, and the card unlocked if it reaches zero.
Returns 0 if successful, or a negative value in case of error.