Function windows_sys::Win32::Security::Cryptography::BCryptQueryProviderRegistration
pub unsafe extern "system" fn BCryptQueryProviderRegistration(
pszprovider: PCWSTR,
dwmode: BCRYPT_QUERY_PROVIDER_MODE,
dwinterface: BCRYPT_INTERFACE,
pcbbuffer: *mut u32,
ppbuffer: *mut *mut CRYPT_PROVIDER_REG
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"