pub unsafe fn FindFirstVolumeMountPointA<'a, Param0>(
    lpszrootpathname: Param0,
    lpszvolumemountpoint: PSTR,
    cchbufferlength: u32
) -> FindVolumeMointPointHandle where
    Param0: IntoParam<'a, PCSTR>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’