fn offset_in(ptr: *const u8, s: &str) -> Option<usize>
If ptr is within s, return its byte offset.
ptr
s