pub fn cp(src: &str, dest: &str) -> Result<()>
Copies a single file from src to dest.
src
dest
Behavior on an open file is undefined at the OSAL level. Ensure the file is closed first.