pub unsafe extern "system" fn CryptGetAsyncParam(
    hasync: HCRYPTASYNC,
    pszparamoid: PSTR,
    ppvparam: *mut *mut c_void,
    ppfnfree: *mut PFN_CRYPT_ASYNC_PARAM_FREE_FUNC
) -> BOOL
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’