Function forward_dll_with_exports

Source
pub fn forward_dll_with_exports(
    dll_path: &str,
    exports: &[(u32, &str)],
) -> Result<(), String>