Function windows::Win32::Storage::FileSystem::GetShortPathNameW

pub unsafe fn GetShortPathNameW<P0>(
    lpszlongpath: P0,
    lpszshortpath: Option<&mut [u16]>,
) -> u32
where P0: Param<PCWSTR>,