Function windows::Win32::Storage::FileSystem::SetFileShortNameW

pub unsafe fn SetFileShortNameW<P0, P1>(
    hfile: P0,
    lpshortname: P1,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<PCWSTR>,