pub unsafe fn read_string_unchecked<'a>(ptr: *const i8) -> &'a str
Expand description

Reads zero terminated string at ptr.