pub fn memcpy_test(input: &[u8], output: &mut [u8]) -> usize
Copy input bytes to output (exercises load/store patterns).