winapi::um::fileapi

Function GetShortPathNameW

Source
pub unsafe extern "system" fn GetShortPathNameW(
    lpszLongPath: LPCWSTR,
    lpszShortPath: LPWSTR,
    cchBuffer: DWORD,
) -> DWORD