Libclang: how to tell if a constructor is deleted

Given a CXCursor to a Constructor, there doesn’t appear to be a way to tell if it’s deleted or not. Have I just missed something or is this functionality not there?