pub type PFN_CRYPT_ALLOC = Option<unsafe extern "system" fn(cbsize: usize) -> *mut c_void>;
Expand description

Required features: "Win32_Security_Cryptography"