pub fn validate_ptr_mut<T>(ptr: *mut T, len: usize) -> SecurityResult<()>Expand description
Validates a mutable raw pointer before use.
pub fn validate_ptr_mut<T>(ptr: *mut T, len: usize) -> SecurityResult<()>Validates a mutable raw pointer before use.