pub fn is_cstr_strict_constructor(name: &str) -> bool
Strict C-string constructors whose caller must guarantee NUL termination (CStr::from_bytes_with_nul_unchecked, CString::from_vec_with_nul_unchecked).
CStr::from_bytes_with_nul_unchecked
CString::from_vec_with_nul_unchecked