Function X509_REQ_add1_attr_by_NID

Source
pub unsafe extern "C" fn X509_REQ_add1_attr_by_NID(
    req: *mut X509_req_st,
    nid: i32,
    type_: i32,
    bytes: *const u8,
    len: i32,
) -> i32