Some native scripts simply don't have any unique functions, and SoulGem is one of them. The most foolproof way to find out is to look inside SoulGem.psc which, without
SKSE, just looks like this:
Scriptname SoulGem extends MiscObject Hidden
There are some very few native functions that are not documented in the wiki, but usually there's a reason behind that, and they can always be seen by looking in the appropriate native script source file.
Cipscis