pub unsafe fn GetFileAttributesTransactedW<P0, P1>(
    lpfilename: P0,
    finfolevelid: GET_FILEEX_INFO_LEVELS,
    lpfileinformation: *mut c_void,
    htransaction: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<HANDLE>,