Function EVP_PKEY_meth_set_copy

Source
pub unsafe extern "C" fn EVP_PKEY_meth_set_copy(
    pmeth: *mut evp_pkey_method_st,
    copy: Option<unsafe extern "C" fn(*mut evp_pkey_ctx_st, *const evp_pkey_ctx_st) -> i32>,
)