pub unsafe extern "C" fn sc_reset(
card: *mut sc_card,
do_cold_reset: c_int,
) -> c_intExpand description
Resets the card. NOTE: only PC/SC backend implements this function at this moment. @param card The card to reset. @param do_cold_reset 0 for a warm reset, 1 for a cold reset (unpower) @retval SC_SUCCESS on success