Function EVP_PKEY_add1_attr_by_NID

Source
pub unsafe extern "C" fn EVP_PKEY_add1_attr_by_NID(
    key: *mut evp_pkey_st,
    nid: i32,
    type_: i32,
    bytes: *const u8,
    len: i32,
) -> i32