Function sc_set_card_driver

Source
pub unsafe extern "C" fn sc_set_card_driver(
    ctx: *mut sc_context_t,
    short_name: *const c_char,
) -> c_int
Expand description

Forces the use of a specified card driver @param ctx OpenSC context @param short_name The short name of the driver to use (e.g. ‘cardos’)