Function windows::Win32::Storage::FileSystem::SetVolumeLabelW
pub unsafe fn SetVolumeLabelW<P0, P1>(
lprootpathname: P0,
lpvolumename: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,