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>,
)