[][src]Function opensc_sys::sc_decipher

pub unsafe extern "C" fn sc_decipher(
    card: *mut sc_card,
    crgram: *const u8,
    crgram_len: size_t,
    out: *mut u8,
    outlen: size_t
) -> c_int