windows::Win32::Storage::FileSystem

Function CopyFileA

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