pub unsafe extern "C" fn PyInitConfig_AddModule( config: *mut PyInitConfig, name: *const i8, initfunc: extern "C" fn() -> *mut PyObject, ) -> i32