windows::Win32::Storage::FileSystem

Function FindFirstVolumeMountPointA

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