pub(crate) const unsafe fn str_from_raw_parts<'a>(
ptr: *const u8,
len: usize,
) -> &'a strExpand description
ยงSafety
ptrmust be non-null and point toleninitialized bytes of UTF-8 data.ptris valid for (and not mutated during) lifetime'a.