pub unsafe extern "system" fn CopyFileA(
    lpExistingFileName: *const i8,
    lpNewFileName: *const i8,
    bFailIfExists: i32
) -> i32