doRoutine(_:request:replyPort:)

Performs a MIG routine.

MIGClient.swift:28
@discardableResult func doRoutine(_ routineIndex: mach_msg_id_t, request: MIGRequest<some Mach.MIGPayload>, replyPort: Mach.Port? = nil) throws -> MIGReply<Never>