Function EVP_MD_meth_set_final

Source
pub unsafe extern "C" fn EVP_MD_meth_set_final(
    md: *mut evp_md_st,
    final_: Option<unsafe extern "C" fn(_: *mut evp_md_ctx_st, _: *mut u8) -> i32>,
) -> i32