[][src]Function opensc_sys::sc_path_print

pub unsafe extern "C" fn sc_path_print(
    buf: *mut c_char,
    buflen: size_t,
    path: *const sc_path_t
) -> c_int

Prints the sc_path_t object to a character buffer @param buf pointer to the buffer @param buflen size of the buffer @param path sc_path_t object to be printed @return SC_SUCCESS on success and an error code otherwise