Function GetLongPathNameA

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