Function windows::Win32::Storage::FileSystem::DefineDosDeviceW
pub unsafe fn DefineDosDeviceW<P0, P1>(
dwflags: DEFINE_DOS_DEVICE_FLAGS,
lpdevicename: P0,
lptargetpath: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,