Function resolve_module_path

Source
pub unsafe fn resolve_module_path(lib: *const c_void) -> Result<PathBuf>
Expand description

Get DLL’s parent path

§Safety

This function can fail on the GetModuleFileNameA, everything else is safe TODO: Find a way to test this one.