Function windows::Win32::Storage::FileSystem::DuplicateEncryptionInfoFile
pub unsafe fn DuplicateEncryptionInfoFile<P0, P1>(
srcfilename: P0,
dstfilename: P1,
dwcreationdistribution: u32,
dwattributes: u32,
lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,