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