pub unsafe fn FsRtlNotifyFilterReportChange<P0>(
    notifysync: P0,
    notifylist: *const LIST_ENTRY,
    fulltargetname: *const STRING,
    targetnameoffset: u16,
    streamname: Option<*const STRING>,
    normalizedparentname: Option<*const STRING>,
    filtermatch: u32,
    action: u32,
    targetcontext: Option<*const c_void>,
    filtercontext: Option<*const c_void>
)
where P0: Param<PNOTIFY_SYNC>,