pub unsafe fn DStorageSetConfiguration(
    configuration: &DSTORAGE_CONFIGURATION
) -> Result<()>
Expand description

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

§Safety

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