CopyFileA

Function CopyFileA 

Source
pub unsafe extern "stdcall" fn CopyFileA(
    lpExistingFileName: LPCSTR,
    lpNewFileName: LPCSTR,
    bFailIfExists: BOOL,
) -> BOOL