pub unsafe extern "system" fn QueryTraceProcessingHandle(
    processinghandle: PROCESSTRACE_HANDLE,
    informationclass: ETW_PROCESS_HANDLE_INFO_TYPE,
    inbuffer: *const c_void,
    inbuffersize: u32,
    outbuffer: *mut c_void,
    outbuffersize: u32,
    returnlength: *mut u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation"