pub unsafe extern "system" fn GetShortPathNameA(
    lpszlongpath: PCSTR,
    lpszshortpath: PSTR,
    cchbuffer: u32
) -> u32