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