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

Required features: "Win32_Foundation"