Zeroing memory is trickier than that, if you want to do it in Rust you should use https://crates.io/crates/zeroize
He was pretty close tbf - you just need to use `write_volatile` instead of `write_bytes`.
He was pretty close tbf - you just need to use `write_volatile` instead of `write_bytes`.