pub unsafe fn box_into_string<A: Allocator>(b: Box<[u8], A>) -> Box<str, A>
b MUST point to a valid str allocation!
b
str