Function sc_format_oid

Source
pub unsafe extern "C" fn sc_format_oid(
    oid: *mut sc_object_id,
    in_: *const c_char,
) -> c_int
Expand description

Converts a given OID in ascii form to a internal sc_object_id object @param oid OUT sc_object_id object for the result @param in ascii string with the oid (“1.2.3.4.5…”) @return SC_SUCCESS or an error value if an error occurred.