1
2
3
pub trait CType {
    fn to_cstring(&self) -> std::ffi::CString;
}