Does mongo C driver support bulk.getOperations() API

Hi I am writing an application in C to send data to mongo. When I am trying to implement error handling for bulk operations I found C driver seems not to support bulk.getOperations() API so it’s little hard to check and handle the failures on record level. Can some one confirm if that’s the case?

Thanks