pub unsafe extern "system" fn NtQueryInformationEnlistment(
    enlistmenthandle: HANDLE,
    enlistmentinformationclass: ENLISTMENT_INFORMATION_CLASS,
    enlistmentinformation: *mut c_void,
    enlistmentinformationlength: u32,
    returnlength: *mut u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_SystemServices"