pub fn validate_network_grant_response(
input: &str,
expected_request_id: &str,
expected_runtime_generation_id: &str,
expected_connector_id: &str,
expected_transport: &str,
expected_resource_scope: &NetworkResourceScope,
) -> IpcResult<()>