#[unsafe(no_mangle)]pub extern "C" fn graph_set_name( graph_ptr: *mut Graph, name: CStr, ) -> CResult<Graph>