Function windows::Win32::Security::Cryptography::CertIsStrongHashToSign

pub unsafe fn CertIsStrongHashToSign<P0>(
    pstrongsignpara: *const CERT_STRONG_SIGN_PARA,
    pwszcnghashalgid: P0,
    psigningcert: Option<*const CERT_CONTEXT>,
) -> Result<()>
where P0: Param<PCWSTR>,