pub unsafe extern "C" fn switch_module_load(
module_interface: *mut *mut switch_loadable_module_interface_t,
filename: *const c_char,
) -> switch_status_tExpand description
\brief Load a module \param module_interface a pointer to a pointer to aim at your module’s local interface \param filename the path to the module’s dll or so file \return SWITCH_STATUS_SUCCESS on a successful load