Function windows::Win32::Storage::FileSystem::CopyFileA
pub unsafe fn CopyFileA<P0, P1, P2>(
lpexistingfilename: P0,
lpnewfilename: P1,
bfailifexists: P2,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<BOOL>,