pub unsafe extern "C" fn obs_get_disabled_module(
name: *const c_char,
) -> *mut obs_module_t
Expand description
Returns a module if it is disabled, or NULL if not found in the disabled list
pub unsafe extern "C" fn obs_get_disabled_module(
name: *const c_char,
) -> *mut obs_module_t
Returns a module if it is disabled, or NULL if not found in the disabled list