Function windows_sys::Win32::Security::Cryptography::CryptSetAsyncParam
pub unsafe extern "system" fn CryptSetAsyncParam(
hasync: HCRYPTASYNC,
pszparamoid: PCSTR,
pvparam: *const c_void,
pfnfree: PFN_CRYPT_ASYNC_PARAM_FREE_FUNC
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"