[][src]Function opensc_sys::sc_compare_path_prefix

pub unsafe extern "C" fn sc_compare_path_prefix(
    prefix: *const sc_path_t,
    path: *const sc_path_t
) -> c_int

Checks whether one path is a prefix of another path @param prefix sc_path_t object with the prefix @param path sc_path_t object with the path which should start with the given prefix @return 1 if the parameter prefix is a prefix of path and 0 otherwise