Function make_cstring

Source
pub fn make_cstring(value: impl Into<Vec<u8>>) -> Result<CString, ValueError>
Expand description

Helper for creating CStrings.