Function windows::Win32::Storage::FileSystem::DeleteFileTransactedW

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