[][src]Function opensc_sys::sc_compare_oid

pub unsafe extern "C" fn sc_compare_oid(
    oid1: *const sc_object_id,
    oid2: *const sc_object_id
) -> c_int

Compares two sc_object_id objects @param oid1 the first sc_object_id object @param oid2 the second sc_object_id object @return 1 if the oids are equal and a zero value otherwise