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