Function GetLongPathNameA

Source
pub unsafe extern "C" fn GetLongPathNameA(
    lpszShortPath: LPCSTR,
    lpszLongPath: LPSTR,
    cchBuffer: DWORD,
) -> DWORD