unsafe fn slice_from_ptr_range<'a>(start: *const u8, end: *const u8) -> &'a [u8] ⓘ
Must ensure start and end point to the same memory object to uphold memory safety.