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