Function windows_sys::Win32::Security::Cryptography::CryptGenKey
pub unsafe extern "system" fn CryptGenKey(
hprov: usize,
algid: u32,
dwflags: CRYPT_KEY_FLAGS,
phkey: *mut usize
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"