Function windows::Win32::Security::Cryptography::NCryptIsAlgSupported

pub unsafe fn NCryptIsAlgSupported<P0, P1>(
    hprovider: P0,
    pszalgid: P1,
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<PCWSTR>,