pub unsafe extern "system" fn SetFileAttributesTransactedW(
    lpFileName: LPCWSTR,
    dwFileAttributes: DWORD,
    hTransaction: HANDLE
) -> BOOL