Construct a DOFSystemConfigBuilder. 
The DOFSystemConfigBuilder is created with the following defaults:
- credentails: NULL
 
- identity: NULL
 
- receive filter: NULL
 
- send filter: NULL
 
- default permissions: NULL
 
- permission extension: TRUE
 
- threadpool size: 0
 
- Resource Management:
 - This function allocates resources that must later be freed by calling DOFSystemConfigBuilder_Destroy or DOFSystemConfigBuilder_BuildAndDestroy.
 
- Returns
 - a DOFSystemConfigBuilder
 
- Return values
 - 
  
    | NULL | Unable to aquire the necessary resources to create the DOFSystemConfigBuilder  |