pub fn forward_dll_with_dev_path(
    dll_path: &str,
    dev_dll_path: &str
) -> Result<(), String>
Expand description

转发目标 DLL 的所有函数。与 forward_dll 类似,区别在于这个函数可以指定在编译时的目标 DLL 路径。