Function windows::Win32::Storage::FileSystem::DefineDosDeviceA

pub unsafe fn DefineDosDeviceA<P0, P1>(
    dwflags: DEFINE_DOS_DEVICE_FLAGS,
    lpdevicename: P0,
    lptargetpath: P1,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,