Function EVP_PKEY_asn1_set_free

Source
pub unsafe extern "C" fn EVP_PKEY_asn1_set_free(
    ameth: *mut evp_pkey_asn1_method_st,
    pkey_free: Option<unsafe extern "C" fn(_: *mut evp_pkey_st)>,
)