pub unsafe extern "system" fn ZwTraceControl(
    TraceInformationClass: TRACE_CONTROL_INFORMATION_CLASS,
    InputBuffer: *mut c_void,
    InputBufferLength: u32,
    TraceInformation: *mut c_void,
    TraceInformationLength: u32,
    ReturnLength: *mut u32
) -> NTSTATUS