Copies a file without blocking the game thread. Existing destinations are overwritten.
native void CopyFileAsync(const char[] newpath, const char[] oldpath, FileOpCallback callback, any data = 0, bool use_valve_fs = false, const char[] source_path_id = "GAME", const char[] dest_path_id = "DEFAULT_WRITE_PATH")