Method lrs::string::CStr::as_ptr

Returns a pointer to the first byte in the CStr.

Syntax

impl CStr {
    fn as_ptr(&self) -> *const i8
}