Function obs_sys::obs_startup

source ·
pub unsafe extern "C" fn obs_startup(
    locale: *const c_char,
    module_config_path: *const c_char,
    store: *mut profiler_name_store_t
) -> bool
Expand description

Initializes OBS

@param locale The locale to use for modules @param module_config_path Path to module config storage directory (or NULL if none) @param store The profiler name store for OBS to use or NULL