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