Function EVP_PKEY_asn1_set_security_bits

Source
pub unsafe extern "C" fn EVP_PKEY_asn1_set_security_bits(
    ameth: *mut evp_pkey_asn1_method_st,
    pkey_security_bits: Option<unsafe extern "C" fn(_: *const evp_pkey_st) -> i32>,
)