pub unsafe extern "C" fn EVP_DigestInit_ex(
    ctx: *mut EVP_MD_CTX,
    type_: *const EVP_MD,
    engine: *mut ENGINE
) -> c_int