pub unsafe extern "system" fn WmiQueryTraceInformation(
    traceinformationclass: TRACE_INFORMATION_CLASS,
    traceinformation: *mut c_void,
    traceinformationlength: u32,
    requiredlength: *mut u32,
    buffer: *const c_void
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"