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