PyCFunction::new, PyCFunction::new_with_keywords and PyCFunction::new_closure now take &'static CStr name and doc arguments (previously was &'static str).
PyCFunction::new
PyCFunction::new_with_keywords
PyCFunction::new_closure
&'static CStr
&'static str