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