Skip to main content

safe_write

Function safe_write 

Source
pub fn safe_write(
    target_ptr: *mut c_void,
    to_write: Vec<u8>,
) -> Result<(), WriteError>
Expand description

Safely read size bytes from the address in ptr.