validate_ptr_mut

Function validate_ptr_mut 

Source
pub fn validate_ptr_mut<T>(ptr: *mut T, len: usize) -> SecurityResult<()>
Expand description

Validates a mutable raw pointer before use.