pub unsafe fn FindNextVolumeMountPointA<'a, Param0>(
    hfindvolumemountpoint: Param0,
    lpszvolumemountpoint: PSTR,
    cchbufferlength: u32
) -> BOOL where
    Param0: IntoParam<'a, FindVolumeMointPointHandle>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’