windows::Win32::Security::Cryptography

Function CertIsWeakHash

pub unsafe fn CertIsWeakHash<P1, P5>(
    dwhashusetype: u32,
    pwszcnghashalgid: P1,
    dwchainflags: u32,
    psignerchaincontext: Option<*const CERT_CHAIN_CONTEXT>,
    ptimestamp: Option<*const FILETIME>,
    pwszfilename: P5,
) -> BOOL
where P1: Param<PCWSTR>, P5: Param<PCWSTR>,