Function windows_sys::Win32::Security::Cryptography::BCryptOpenAlgorithmProvider
pub unsafe extern "system" fn BCryptOpenAlgorithmProvider(
phalgorithm: *mut BCRYPT_ALG_HANDLE,
pszalgid: PCWSTR,
pszimplementation: PCWSTR,
dwflags: BCRYPT_OPEN_ALGORITHM_PROVIDER_FLAGS
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"