pub unsafe extern "C" fn EVP_Digest( data: *const c_void, count: usize, md: *mut c_uchar, size: *mut c_uint, type_: *const EVP_MD, impl_: *mut ENGINE, ) -> c_int