pub unsafe extern "system" fn CopyFileExA(
    lpexistingfilename: PCSTR,
    lpnewfilename: PCSTR,
    lpprogressroutine: LPPROGRESS_ROUTINE,
    lpdata: *const c_void,
    pbcancel: *mut BOOL,
    dwcopyflags: u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"