Function ucm_dlopen

Source
pub unsafe extern "C" fn ucm_dlopen(
    filename: *const c_char,
    flag: c_int,
) -> *mut c_void
Expand description

@brief Call the original implementation of @ref dlopen and all handlers associated with it.