Function windows::Win32::Storage::FileSystem::SetVolumeLabelA

pub unsafe fn SetVolumeLabelA<P0, P1>(
    lprootpathname: P0,
    lpvolumename: P1,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,