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