copy Copies memory from source to destination Signature copy(dest: *void, src: *const void, size: usize) -> *void