Function CopyFileA

pub unsafe extern "system" fn CopyFileA(
    lpexistingfilename: PCSTR,
    lpnewfilename: PCSTR,
    bfailifexists: BOOL,
) -> BOOL