pub trait ToCString { // Required method fn to_cstring(&self, vm: &VirtualMachine) -> PyResult<CString>; }