Function windows_sys::Win32::Security::Cryptography::CryptProtectData
pub unsafe extern "system" fn CryptProtectData(
pdatain: *const CRYPT_INTEGER_BLOB,
szdatadescr: PCWSTR,
poptionalentropy: *const CRYPT_INTEGER_BLOB,
pvreserved: *const c_void,
ppromptstruct: *const CRYPTPROTECT_PROMPTSTRUCT,
dwflags: u32,
pdataout: *mut CRYPT_INTEGER_BLOB,
) -> BOOL