Function windows::Win32::System::Diagnostics::Etw::TdhCreatePayloadFilter
pub unsafe fn TdhCreatePayloadFilter<P0>(
providerguid: *const GUID,
eventdescriptor: *const EVENT_DESCRIPTOR,
eventmatchany: P0,
payloadpredicates: &[PAYLOAD_FILTER_PREDICATE],
payloadfilter: *mut *mut c_void,
) -> u32where
P0: Param<BOOLEAN>,