Function windows::Win32::System::Diagnostics::Etw::EventWriteEx

pub unsafe fn EventWriteEx<P0>(
    reghandle: P0,
    eventdescriptor: *const EVENT_DESCRIPTOR,
    filter: u64,
    flags: u32,
    activityid: Option<*const GUID>,
    relatedactivityid: Option<*const GUID>,
    userdata: Option<&[EVENT_DATA_DESCRIPTOR]>,
) -> u32
where P0: Param<REGHANDLE>,