Function OpenTraceFromRealTimeLoggerWithAllocationOptions
pub unsafe fn OpenTraceFromRealTimeLoggerWithAllocationOptions<P0>(
loggername: P0,
options: *const ETW_OPEN_TRACE_OPTIONS,
allocationsize: usize,
memorypartitionhandle: Option<HANDLE>,
logfileheader: Option<*mut TRACE_LOGFILE_HEADER>,
) -> u64where
P0: Param<PCWSTR>,