pub unsafe fn DefineDosDeviceW<'a, Param1, Param2>(
    dwflags: DEFINE_DOS_DEVICE_FLAGS,
    lpdevicename: Param1,
    lptargetpath: Param2
) -> BOOL where
    Param1: IntoParam<'a, PCWSTR>,
    Param2: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’