It could be that mongo-c-driver-1.4.2 doesn't support it. I might have to had some defines on mongo-c version to make it work with such older versions.
Otherwise, the mongodb API find command has projection field for the scope of specifying the fields to be returned:
* https://docs.mongodb.com/manual/reference/command/find/