pub unsafe fn DuplicateEncryptionInfoFile<P0, P1>(
    srcfilename: P0,
    dstfilename: P1,
    dwcreationdistribution: u32,
    dwattributes: u32,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,