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