Function windows::Win32::Security::Cryptography::BCryptEnumProviders

pub unsafe fn BCryptEnumProviders<P0>(
    pszalgid: P0,
    pimplcount: *mut u32,
    ppimpllist: *mut *mut BCRYPT_PROVIDER_NAME,
    dwflags: u32,
) -> NTSTATUS
where P0: Param<PCWSTR>,