function copy

fn copy<T>(dst: &T, src: &T, amount: usize) { .. }