[][src]Function opensc_sys::sc_append_path

pub unsafe extern "C" fn sc_append_path(
    dest: *mut sc_path_t,
    src: *const sc_path_t
) -> c_int

Appends a sc_path_t object to another sc_path_t object (note: this function is a wrapper for sc_concatenate_path) @param dest destination sc_path_t object @param src sc_path_t object to append @return SC_SUCCESS on success and an error code otherwise