pub trait IntoCStr { type Result: Deref<Target = CStr>; // Required method fn to_cstr(self) -> Self::Result; }