Struct windows_sys::Win32::Security::Cryptography::NCRYPT_ALLOC_PARA
#[repr(C)]pub struct NCRYPT_ALLOC_PARA {
pub cbSize: u32,
pub pfnAlloc: PFN_NCRYPT_ALLOC,
pub pfnFree: PFN_NCRYPT_FREE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§cbSize: u32
§pfnAlloc: PFN_NCRYPT_ALLOC
§pfnFree: PFN_NCRYPT_FREE