pub unsafe fn CopyFileA<'a>( lpexistingfilename: impl IntoParam<'a, PSTR>, lpnewfilename: impl IntoParam<'a, PSTR>, bfailifexists: impl IntoParam<'a, BOOL>, ) -> BOOL