pub unsafe extern "system" fn FsRtlNotifyFilterReportChange(
    notifysync: PNOTIFY_SYNC,
    notifylist: *const LIST_ENTRY,
    fulltargetname: *const STRING,
    targetnameoffset: u16,
    streamname: *const STRING,
    normalizedparentname: *const STRING,
    filtermatch: u32,
    action: u32,
    targetcontext: *const c_void,
    filtercontext: *const c_void
)
Expand description

Required features: "Wdk_Foundation", "Win32_System_Kernel"