Function windows::Wdk::System::SystemServices::EtwWriteString
pub unsafe fn EtwWriteString<P0, P1>(
reghandle: P0,
level: u8,
keyword: u64,
activityid: Option<*const GUID>,
string: P1,
) -> NTSTATUSwhere
P0: Param<REGHANDLE>,
P1: Param<PCWSTR>,