Destroy an sc_context_t context.
#include <smartcard/sc_smart_card.h>
sc_response_code_t sc_context_destroy(sc_context_t *context)
BlackBerry 10.2.0
The smart card context instance to be destroyed. This value must not be NULL.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.