Method lrs::string::CStr::as_mut_ptr

Returns a mutable pointer to the first byte in the CStr.

Syntax

impl CStr {
    fn as_mut_ptr(&mut self) -> *mut i8
}