Function EVP_MD_meth_set_copy

Source
pub unsafe extern "C" fn EVP_MD_meth_set_copy(
    md: *mut evp_md_st,
    copy: Option<unsafe extern "C" fn(_: *mut evp_md_ctx_st, _: *const evp_md_ctx_st) -> i32>,
) -> i32