It's not obvious if one can cause memory unsafety with [this function](https://doc.rust-lang.org/nightly/std/ffi/struct.CString.html#method.from_vec_unchecked): when would an interior null be problematic? Pointed out by @wthrowe in https://github.com/rust-lang/rfcs/pull/1323#issuecomment-157521663.
It's not obvious if one can cause memory unsafety with this function: when would an interior null be problematic?
Pointed out by @wthrowe in rust-lang/rfcs#1323 (comment).