pub unsafe extern "C" fn PyState_AddModule(
    arg1: *mut PyObject,
    arg2: *mut PyModuleDef
) -> i32
Available on non-PyPy only.