pub unsafe extern "C" fn PyCapsule_SetName(
    capsule: *mut PyObject,
    name: *const i8
) -> i32