pub unsafe extern "C" fn obs_register_modeless_ui(
    info: *const obs_modeless_ui
)
Expand description

Registers a modeless UI definition to the current obs context. This should be used in obs_module_load.

@param info Pointer to the modal definition structure