pub fn make_cstring(value: impl Into<Vec<u8>>) -> Result<CString, ValueError>
Helper for creating CStrings.