pub unsafe extern "system" fn CryptUnprotectData(
    pdatain: *const CRYPTOAPI_BLOB,
    ppszdatadescr: *mut PWSTR,
    poptionalentropy: *const CRYPTOAPI_BLOB,
    pvreserved: *mut c_void,
    ppromptstruct: *const CRYPTPROTECT_PROMPTSTRUCT,
    dwflags: u32,
    pdataout: *mut CRYPTOAPI_BLOB
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"