Searched refs:raw_u8 (Results 1 – 1 of 1) sorted by relevance
15 let raw_u8 = raw_str.cast::<u8>(); in exception() localVariable16 let nonnull = unsafe { NonNull::new_unchecked(raw_u8) }; in exception()