pub unsafe extern "C" fn obs_register_modal_ui(
    info: *const obs_modal_ui
)
Expand description

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

@param info Pointer to the modal definition structure