pub unsafe fn DStorageGetFactory<T: ComInterface>() -> Result<T>
Expand description

Runtime-loaded variant of crate::DStorageGetFactory() from dstorage.dll

§Safety

Loads a raw pointer from dstorage.dll and casts it to a function to call.