Function windows::Win32::Storage::FileSystem::RemoveDirectoryTransactedW
pub unsafe fn RemoveDirectoryTransactedW<P0, P1>(
lppathname: P0,
htransaction: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<HANDLE>,