pub unsafe fn cstr_to_bytes(ptr: *const c_char) -> Vec<u8> ⓘ
Convert a C string pointer into bytes.
ptr
This function panics: