Function windows::Win32::Storage::FileSystem::CopyFile2

pub unsafe fn CopyFile2<P0, P1>(
    pwszexistingfilename: P0,
    pwsznewfilename: P1,
    pextendedparameters: Option<*const COPYFILE2_EXTENDED_PARAMETERS>,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,