pub unsafe extern "C" fn obs_init_module(
module: *mut obs_module_t,
) -> bool
Expand description
Initializes the module, which calls its obs_module_load export. If the module is already loaded, then this function does nothing and returns successful.