pub unsafe extern "system" fn BCryptResolveProviders(
    pszcontext: PWSTR,
    dwinterface: u32,
    pszfunction: PWSTR,
    pszprovider: PWSTR,
    dwmode: BCRYPT_QUERY_PROVIDER_MODE,
    dwflags: BCRYPT_RESOLVE_PROVIDERS_FLAGS,
    pcbbuffer: *mut u32,
    ppbuffer: *mut *mut CRYPT_PROVIDER_REFS
) -> NTSTATUS
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’