pub unsafe extern "C" fn X509_NAME_add_entry_by_OBJ(
    name: *mut X509_NAME,
    obj: *const ASN1_OBJECT,
    type_: c_int,
    bytes: *const u8,
    len: ossl_ssize_t,
    loc: c_int,
    set: c_int
) -> c_int