[][src]Function opensc_sys::sc_concatenate_path

pub unsafe extern "C" fn sc_concatenate_path(
    d: *mut sc_path_t,
    p1: *const sc_path_t,
    p2: *const sc_path_t
) -> c_int

Concatenate two sc_path_t values and store the result in d (note: d can be the same as p1 or p2). @param d destination sc_path_t object @param p1 first sc_path_t object @param p2 second sc_path_t object @return SC_SUCCESS on success and an error code otherwise