Function EVP_PKEY_asn1_set_ctrl

Source
pub unsafe extern "C" fn EVP_PKEY_asn1_set_ctrl(
    ameth: *mut evp_pkey_asn1_method_st,
    pkey_ctrl: Option<unsafe extern "C" fn(_: *mut evp_pkey_st, _: i32, _: i64, _: *mut c_void) -> i32>,
)