pub unsafe extern "C" fn ucm_library_init(
ucm_opts: *const ucm_global_config_t,
)Expand description
Initialize UCM library and set its configuration.
@param [in] ucm_opts UCM library global configuration. If NULL, default configuration is applied.
@note Calling this function more than once in the same process has no effect.