pub fn safe_write( target_ptr: *mut c_void, to_write: Vec<u8>, ) -> Result<(), WriteError>
Safely read size bytes from the address in ptr.
size
ptr