Function windows::Win32::Storage::FileSystem::FindFirstVolumeMountPointA
pub unsafe fn FindFirstVolumeMountPointA<P0>(
lpszrootpathname: P0,
lpszvolumemountpoint: &mut [u8],
) -> Result<HANDLE>where
P0: Param<PCSTR>,