[][src]Function opensc_sys::sc_change_reference_data

pub unsafe extern "C" fn sc_change_reference_data(
    card: *mut sc_card,
    type_: c_uint,
    ref_: c_int,
    old: *const u8,
    oldlen: size_t,
    newref: *const u8,
    newlen: size_t,
    tries_left: *mut c_int
) -> c_int