pub unsafe fn CopyFile2<'a, Param0, Param1>(
    pwszexistingfilename: Param0,
    pwsznewfilename: Param1,
    pextendedparameters: *const COPYFILE2_EXTENDED_PARAMETERS
) -> Result<(), Error> where
    Param0: IntoParam<'a, PCWSTR>,
    Param1: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’