Function windows::Win32::Storage::FileSystem::SetVolumeMountPointW

pub unsafe fn SetVolumeMountPointW<P0, P1>(
    lpszvolumemountpoint: P0,
    lpszvolumename: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,