Function GetLongPathNameW

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