Function windows::Win32::System::Diagnostics::Etw::EventWriteString
pub unsafe fn EventWriteString<P0, P1>(
reghandle: P0,
level: u8,
keyword: u64,
string: P1,
) -> u32where
P0: Param<REGHANDLE>,
P1: Param<PCWSTR>,