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.