pub unsafe fn CopyFile2<'a>( pwszexistingfilename: impl IntoParam<'a, PWSTR>, pwsznewfilename: impl IntoParam<'a, PWSTR>, pextendedparameters: *mut COPYFILE2_EXTENDED_PARAMETERS, ) -> Result<()>