pub unsafe extern "system" fn GetShortPathNameA(
    lpszLongPath: *const i8,
    lpszShortPath: *mut i8,
    cchBuffer: u32
) -> u32