Function windows::Win32::System::Diagnostics::Etw::OpenTraceFromFile
pub unsafe fn OpenTraceFromFile<P0>(
logfilename: P0,
options: *const ETW_OPEN_TRACE_OPTIONS,
logfileheader: Option<*mut TRACE_LOGFILE_HEADER>,
) -> u64where
P0: Param<PCWSTR>,