Function windows_sys::Win32::Security::Cryptography::CryptEnumProvidersA
pub unsafe extern "system" fn CryptEnumProvidersA(
dwindex: u32,
pdwreserved: *mut u32,
dwflags: u32,
pdwprovtype: *mut u32,
szprovname: PSTR,
pcbprovname: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"