Function EVP_PKEY_asn1_set_param
Source pub unsafe extern "C" fn EVP_PKEY_asn1_set_param(
ameth: *mut evp_pkey_asn1_method_st,
param_decode: Option<unsafe extern "C" fn(*mut evp_pkey_st, *mut *const u8, i32) -> i32>,
param_encode: Option<unsafe extern "C" fn(*const evp_pkey_st, *mut *mut u8) -> i32>,
param_missing: Option<unsafe extern "C" fn(*const evp_pkey_st) -> i32>,
param_copy: Option<unsafe extern "C" fn(*mut evp_pkey_st, *const evp_pkey_st) -> i32>,
param_cmp: Option<unsafe extern "C" fn(*const evp_pkey_st, *const evp_pkey_st) -> i32>,
param_print: Option<unsafe extern "C" fn(*mut bio_st, *const evp_pkey_st, i32, *mut asn1_pctx_st) -> i32>,
)