#[repr(C)]pub struct CRYPT_ASYNC_RETRIEVAL_COMPLETION {
pub pfnCompletion: PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC,
pub pvCompletion: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pfnCompletion: PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC
§pvCompletion: *mut c_void