pub unsafe extern "C" fn PyImport_AppendInittab( name: *const c_char, initfunc: Option<extern "C" fn() -> *mut PyObject>) -> c_int