pub unsafe extern "C" fn _PyImport_SetModule(
    name: *mut PyObject,
    module: *mut PyObject
) -> c_int