pub unsafe extern "C" fn X509_REQ_add1_attr_by_OBJ(
    req: *mut X509_REQ,
    obj: *const ASN1_OBJECT,
    chtype: c_int,
    bytes: *const c_uchar,
    len: c_int
) -> c_int