pub unsafe fn FindNextVolumeA<'a, Param0>(
    hfindvolume: Param0,
    lpszvolumename: PSTR,
    cchbufferlength: u32
) -> BOOL where
    Param0: IntoParam<'a, FindVolumeHandle>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’