pub unsafe fn CopyFileA<P0, P1>( lpexistingfilename: P0, lpnewfilename: P1, bfailifexists: bool, ) -> Result<()>where P0: Param<PCSTR>, P1: Param<PCSTR>,