pub unsafe extern "C" fn sc_ctx_get_reader_by_name(
ctx: *mut sc_context_t,
name: *const c_char,
) -> *mut sc_reader_tExpand description
Returns a pointer to the specified sc_reader_t object @param ctx OpenSC context @param name name of the reader to look for @return the requested sc_reader object or NULL if the reader is not available