pub unsafe fn SetFileAttributesTransactedW<P0, P1>(
    lpfilename: P0,
    dwfileattributes: u32,
    htransaction: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<HANDLE>,