Function EVP_PKEY_add1_attr_by_OBJ

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