[][src]Function opensc_sys::sc_compare_path

pub unsafe extern "C" fn sc_compare_path(
    patha: *const sc_path_t,
    pathb: *const sc_path_t
) -> c_int

Compares two sc_path_t objects @param patha sc_path_t object of the first path @param pathb sc_path_t object of the second path @return 1 if both paths are equal and 0 otherwise