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