[][src]Function opensc_sys::sc_path_set

pub unsafe extern "C" fn sc_path_set(
    path: *mut sc_path_t,
    type_: c_int,
    id: *const u8,
    id_len: size_t,
    index: c_int,
    count: c_int
) -> c_int

Sets the content of a sc_path_t object. @param path sc_path_t object to set @param type type of path @param id value of the path @param id_len length of the path value @param index index within the file @param count number of bytes @return SC_SUCCESS on success and an error code otherwise