windows::Wdk::System::SystemServices

Function NtSetInformationEnlistment

pub unsafe fn NtSetInformationEnlistment(
    enlistmenthandle: Option<HANDLE>,
    enlistmentinformationclass: ENLISTMENT_INFORMATION_CLASS,
    enlistmentinformation: *const c_void,
    enlistmentinformationlength: u32,
) -> NTSTATUS