pub unsafe extern "system" fn FilterFindNext(
    hfilterfind: HANDLE,
    dwinformationclass: FILTER_INFORMATION_CLASS,
    lpbuffer: *mut c_void,
    dwbuffersize: u32,
    lpbytesreturned: *mut u32
) -> HRESULT
Expand description

Required features: "Win32_Storage_InstallableFileSystems", "Win32_Foundation"