pub fn ipc_call(py: Python<'_>, command: Command) -> PyResult<Payload>
Send a command and receive the response. Releases the GIL while blocked.