Function windows::Wdk::System::SystemServices::NtSetInformationEnlistment
pub unsafe fn NtSetInformationEnlistment<P0>(
enlistmenthandle: P0,
enlistmentinformationclass: ENLISTMENT_INFORMATION_CLASS,
enlistmentinformation: *const c_void,
enlistmentinformationlength: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,