pub unsafe fn dll_path(function: *mut c_void) -> Result<PathBuf, String>
Attempts to find the path to the dynamic library containing a function.
SAFETY: function must be a valid pointer to some function.
function