pub unsafe extern "system" fn FltEnumerateInstanceInformationByFilter(
    filter: PFLT_FILTER,
    index: u32,
    informationclass: INSTANCE_INFORMATION_CLASS,
    buffer: *mut c_void,
    buffersize: u32,
    bytesreturned: *mut u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Storage_InstallableFileSystems"