Definition
/**
* Copy a file from one path to another, across any filesystems mounted in the table.
* Always streams bytes; same-filesystem copies do not use server-side optimizations
* because `Filesystem::mv` is a move, not a copy.
*/
file_copy(FilesystemTable $table, ?OperationOptions $options) : Copy