Function windows_sys::Win32::Security::Cryptography::CryptUnprotectData
pub unsafe extern "system" fn CryptUnprotectData(
pdatain: *const CRYPT_INTEGER_BLOB,
ppszdatadescr: *mut PWSTR,
poptionalentropy: *const CRYPT_INTEGER_BLOB,
pvreserved: *mut c_void,
ppromptstruct: *const CRYPTPROTECT_PROMPTSTRUCT,
dwflags: u32,
pdataout: *mut CRYPT_INTEGER_BLOB
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"