Function windows_sys::Win32::Storage::FileSystem::CopyFileExA

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