pub unsafe extern "C" fn obs_add_core_module(name: *const c_char)Expand description
Adds a module to the list of core modules (which cannot be disabled). If the list is empty, all modules are allowed.
@param name Specifies the module’s name (filename sans extension).