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: *const c_void,
    ppromptstruct: *const CRYPTPROTECT_PROMPTSTRUCT,
    dwflags: u32,
    pdataout: *mut CRYPT_INTEGER_BLOB,
) -> BOOL