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