In NetFSMountURLAsync() how to specify additional mount options for NFS

I'm trying to use NetFSMountURLAsync() to mount a folder on an NFSv4 server. That requires passing additional option to the mount command (vers=4). Is there a way to do it with this function?