Closes a handle to the specified registry key.
LSTATUS RegCloseKey( HKEY hKey );
int RegCloseKey(int hKey) => _RegCloseKey(hKey);