pub fn ioctl_ficlone(src_fd: i32, dst_path: &Path) -> Result<()>
Clone a file via FICLONE ioctl (CoW reflink from src_fd to a new file at dst_path)