Function EVP_PKEY_asn1_set_private

Source
pub unsafe extern "C" fn EVP_PKEY_asn1_set_private(
    ameth: *mut evp_pkey_asn1_method_st,
    priv_decode: Option<unsafe extern "C" fn(_: *mut evp_pkey_st, _: *const pkcs8_priv_key_info_st) -> i32>,
    priv_encode: Option<unsafe extern "C" fn(_: *mut pkcs8_priv_key_info_st, _: *const evp_pkey_st) -> i32>,
    priv_print: Option<unsafe extern "C" fn(_: *mut bio_st, _: *const evp_pkey_st, _: i32, _: *mut asn1_pctx_st) -> i32>,
)