Function openssl_sys::X509_REQ_add1_attr_by_txt
source ยท pub unsafe extern "C" fn X509_REQ_add1_attr_by_txt(
req: *mut X509_REQ,
attrname: *const c_char,
chtype: c_int,
bytes: *const c_uchar,
len: c_int,
) -> c_int