pub unsafe fn read_str_unsafe<'a>(input: &'a [u8]) -> &'a str
Reads a null-terminated string from input with no checks.
input