pub unsafe fn SetFileAttributesTransactedW<'a>( lpfilename: impl IntoParam<'a, PWSTR>, dwfileattributes: u32, htransaction: impl IntoParam<'a, HANDLE>, ) -> BOOL