Function windows::Wdk::System::SystemServices::EtwWrite

pub unsafe fn EtwWrite<P0>(
    reghandle: P0,
    eventdescriptor: *const EVENT_DESCRIPTOR,
    activityid: Option<*const GUID>,
    userdata: Option<&[EVENT_DATA_DESCRIPTOR]>,
) -> NTSTATUS
where P0: Param<REGHANDLE>,