I also have a pointer to the data, and the length of the data, but is there a way to create a &mut MyData from the pointer and the length without requring nightly? It seems like std::ptr::from_raw_parts_mut is the way to do it, but it's only available on nightly.